Add TAL-Reverb-II plugin to test
[juce-lv2.git] / juce / source / extras / the jucer / src / jucer_Headers.h
blob37f9269bf14631952378345180a401c9a97d2525
1 /*
2 ==============================================================================
4 This file is part of the JUCE library - "Jules' Utility Class Extensions"
5 Copyright 2004-11 by Raw Material Software Ltd.
7 ------------------------------------------------------------------------------
9 JUCE can be redistributed and/or modified under the terms of the GNU General
10 Public License (Version 2), as published by the Free Software Foundation.
11 A copy of the license is included in the JUCE distribution, or can be found
12 online at www.gnu.org/licenses.
14 JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
15 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16 A PARTICULAR PURPOSE. See the GNU General Public License for more details.
18 ------------------------------------------------------------------------------
20 To release a closed-source product which uses JUCE, commercial licenses are
21 available: visit www.rawmaterialsoftware.com/juce for more information.
23 ==============================================================================
26 #ifndef __JUCER_HEADERS_JUCEHEADER__
27 #define __JUCER_HEADERS_JUCEHEADER__
29 #ifdef _MSC_VER
30 #pragma warning (disable: 4100 4505)
31 #endif
33 #define DONT_LIST_JUCE_AUTOLINKEDLIBS 1
35 //==============================================================================
36 #include "juce_AppConfig.h"
37 #include "../../../juce_amalgamated.h"
39 //==============================================================================
40 #define JUCER_MAJOR_VERSION 1
41 #define JUCER_MINOR_VERSION 12
43 //==============================================================================
44 #include "BinaryData.h"
45 #include "utility/jucer_StoredSettings.h"
46 #include "utility/jucer_UtilityFunctions.h"
47 #include "ui/jucer_CommandIDs.h"
49 //==============================================================================
50 const int editorEdgeGap = 4;
52 const int numSwatchColours = 24;
54 extern ApplicationCommandManager* commandManager;
58 #endif // __JUCER_HEADERS_JUCEHEADER__